.gridcoloured-template .header .header-large {min-height: 70vh !important;}
.gridcoloured-template .header .header-large h1 {font-size: 42px !important;}
.gridcoloured-template .header .header-large h2 {font-size: 24px !important;}
.gridcoloured-template .header .header-large .grid-menu .menu-item {flex-basis: 25% !important;}
table.styled-table, table.opening-times-table, table.styled-table th, table.opening-times-table th, table.styled-table td, table.opening-times-table td {display: none;}
.gridcoloured-template .header .header-large .grid-menu .menu-item {background-color: #008080;}

.nhsuk-button {
    -webkit-appearance: none;
    appearance: none;
    background-color: #007f3b;
    border: 2px solid transparent;
    border-radius: 4px;
    box-shadow: 0 4px 0 #00401e;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    margin-top: 0;
    min-height: 2.75rem;
    overflow: visible;
    padding: 10px 16px;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
@media (min-width: 40.0625em) {
    .nhsuk-button {
        line-height: 24px;
        margin-bottom: 36px;
        min-height: 3.5rem;
        padding: 14px 16px;
        width: auto;
    }
.nhsuk-button, .nhsuk-button:active, .nhsuk-button:hover {
    text-decoration: none;}
.nhsuk-button, .nhsuk-button:active, .nhsuk-button:active:visited, .nhsuk-button:hover, .nhsuk-button:hover:visited, .nhsuk-button:visited {
    color: #fff;
    }
